Teacher Version
Search and Rescue Challenge
Search and Rescue Challenge
In this challenge, you will use everything you've learned to create a rescue robot that will enter a four-room building. The robot must perform four unique actions for four unique rooms. The order of the rooms will be randomized to simulate an unpredictable and hazardous area. The robot must complete all four rooms, and return to the starting point.
Part 1
- Write four separate programs for each room.
- The robot can enter either entrance of the room.
- The robot must exit each room after completing the objective of each room.
Part 2
- Write 1 program that will make the robot traverse all 4 rooms.
- The robot may start at any room's entrance.
- The robot's trip can be either clockwise or counter-clockwise.
- The robot must return to where it started.
- The location of the rooms will be randomized each run.